home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / E-Z Progress Bar 1.0a / Environ.h < prev    next >
Text File  |  1995-03-08  |  531b  |  25 lines

  1. long    NumToolboxTraps();
  2. long    OSTableSize();
  3. TrapType GetTrapType(short theTrap);
  4. Boolean TrapAvailable(short theTrap);
  5. Boolean System7Savvy();
  6. long    SystemVersion();
  7. long    ROMSize();
  8. long    ROMVersion();
  9. long    CPUType();
  10. long    FPUType();
  11. long    QDVersion();
  12. long    RGBAvailable();
  13. Boolean    ColorQD();
  14. Boolean    PopUps();
  15. Boolean    OffScreenGWorlds();
  16. Boolean ColorScreen();
  17. long    NumMonitors();
  18. long    GenericGestalt(long selectorCode);
  19. Boolean WaitNextEventHere();
  20. long    PhysicalRAM();
  21. long    LogicalRAM();
  22. long    LowMemorySize();
  23. long    KeyboardType();
  24.  
  25.